home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / COLRCHN.422 < prev    next >
Text File  |  1993-02-20  |  2KB  |  52 lines

  1. Look at this one!
  2. Pretty Boy Floyd #2 @12455
  3. Wed Feb 17 01:28:42 1993
  4.  
  5.  
  6.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-                        
  7.   MOD NAME :  COLRCHN2.MOD                      WWIV VERSION : 4.22 Only!
  8.     AUTHOR :  Pretty Boy Floyd
  9.   BBS NAME :  Tech Know Byte (214) 724-8324
  10.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  11.  
  12.   This is an update to a mod that I wrote back in 90 for WWIV v4.12.  There
  13.   not much that changes but there are a few things.  
  14.  
  15.   -= Load BBSUTL1.C =-
  16.  
  17.   void do_chains(void)                  /* Search */
  18.  
  19.      }                         
  20.      run_chains(map[0]);                /* Search */
  21.      return();
  22.   }
  23.   pf=0;                                 /* Add */
  24.   if (okansi()) {                       /* Add */
  25.     strcpy(s,syscfg.gfilesdir);         /* Add */
  26.     strcat(s,"GAMES.ANS");              /* Add */
  27.     if (exist(s))                       /* Add */
  28.       pf=1;                             /* Add */
  29.     }                                   /* Add */
  30.   if (!pf)                              /* Add */
  31.     show_chains(!mapp,map);     /* Leave Alone */
  32.   done=0;                       /* Leave Alone */ 
  33.   do {                          /* Leave Alone */
  34.     if (!pf) {                          /* Add */
  35.       prt(2,get_string(621));   /* Leave Alone */
  36.     } else {                            /* Add */
  37.       printfile("GAMES.ANS");           /* Add */
  38.       prt(2,get_string(621));           /* Add */
  39.     }                                   /* Add */
  40.     ss=mkey(2);                 /* Leave Alone */
  41.  
  42.     That's it.  Save and recompile the board.  You will need to make a file 
  43.     named "GAMES.ANS" with The Draw and put the file in your GFILES 
  44.     directory.  
  45.  
  46.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  47.                   Copyright (c) 1993, Pretty Boy Floyd
  48.                  Copyright (c) 1993, Floyd Publishing Co
  49.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  50.  
  51.  
  52.